Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attributes: prepare to release v0.1.25 #2625

Merged
merged 1 commit into from
Jun 19, 2023
Merged

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Jun 19, 2023

0.1.25 (June 19th, 2023)

This release of tracing-attributes fixes the Clippy lint
let_with_type_underscore in code generated by the #[instrument]
attribute in Rust 1.70+.

Fixed

  • Allow [clippy::let_with_type_underscore] in macro-generated code
    (#2609)

Thanks to @coolreader19 for contributing to this release!

Motivation

Solution

# 0.1.25 (June 19th, 2023)

This release of `tracing-attributes` fixes the Clippy lint
[`let_with_type_underscore`] in code generated by the `#[instrument]`
attribute in Rust 1.70+.

### Fixed

- Allow [`clippy::let_with_type_underscore`] in macro-generated code
  ([#2609])

Thanks to @coolreader19 for contributing to this release!

[#2609]: #2609

[`let_with_type_underscore`]: http://rust-lang.github.io/rust-clippy/rust-1.70.0/index.html#let_with_type_underscore
@hawkw hawkw requested a review from a team as a code owner June 19, 2023 13:32
@hawkw hawkw enabled auto-merge (squash) June 19, 2023 13:32
@hawkw hawkw disabled auto-merge June 19, 2023 13:45
@hawkw hawkw merged commit 02a0bad into v0.1.x Jun 19, 2023
@hawkw hawkw deleted the eliza/attributes-0.1.25 branch June 19, 2023 13:45
kaffarell pushed a commit to kaffarell/tracing that referenced this pull request May 22, 2024
# 0.1.25 (June 19th, 2023)

This release of `tracing-attributes` fixes the Clippy lint
[`let_with_type_underscore`] in code generated by the `#[instrument]`
attribute in Rust 1.70+.

### Fixed

- Allow [`clippy::let_with_type_underscore`] in macro-generated code
  ([tokio-rs#2609])

Thanks to @coolreader19 for contributing to this release!

[tokio-rs#2609]: tokio-rs#2609

[`let_with_type_underscore`]: http://rust-lang.github.io/rust-clippy/rust-1.70.0/index.html#let_with_type_underscore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant